home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / htmled32.zip / HTMLED32.EXE / 0 / RCDATA / THRBOX / THRBOX.txt
Text File  |  1996-04-01  |  2KB  |  115 lines

  1. object HRBox: THRBox
  2.   Left = 177
  3.   Top = 109
  4.   BorderStyle = bsDialog
  5.   Caption = 'Horizontal Rule'
  6.   ClientHeight = 176
  7.   ClientWidth = 259
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 96
  13.   OnCreate = FormCreate
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 31
  17.     Top = 14
  18.     Width = 56
  19.     Height = 13
  20.     Caption = 'Alignment'
  21.   end
  22.   object Label2: TLabel
  23.     Left = 147
  24.     Top = 14
  25.     Width = 30
  26.     Height = 13
  27.     Caption = 'Clear'
  28.   end
  29.   object Label3: TLabel
  30.     Left = 31
  31.     Top = 60
  32.     Width = 25
  33.     Height = 13
  34.     Caption = 'Size'
  35.   end
  36.   object Label4: TLabel
  37.     Left = 130
  38.     Top = 61
  39.     Width = 98
  40.     Height = 13
  41.     Caption = 'Width (abs. or %)'
  42.   end
  43.   object AlignCombo: TComboBox
  44.     Left = 30
  45.     Top = 28
  46.     Width = 83
  47.     Height = 21
  48.     ItemHeight = 13
  49.     Items.Strings = (
  50.       'left'
  51.       'center'
  52.       'right')
  53.     TabOrder = 0
  54.   end
  55.   object ClearCombo: TComboBox
  56.     Left = 146
  57.     Top = 28
  58.     Width = 83
  59.     Height = 21
  60.     ItemHeight = 13
  61.     Items.Strings = (
  62.       'left'
  63.       'right'
  64.       'all')
  65.     TabOrder = 1
  66.   end
  67.   object WidthEdit: TEdit
  68.     Left = 128
  69.     Top = 75
  70.     Width = 101
  71.     Height = 20
  72.     TabOrder = 3
  73.   end
  74.   object SizeEdit: TEdit
  75.     Left = 30
  76.     Top = 74
  77.     Width = 59
  78.     Height = 20
  79.     TabOrder = 2
  80.   end
  81.   object NoShadeCheck: TCheckBox
  82.     Left = 30
  83.     Top = 107
  84.     Width = 85
  85.     Height = 17
  86.     Caption = 'NOSHADE'
  87.     TabOrder = 4
  88.   end
  89.   object BitBtn1: TBitBtn
  90.     Left = 9
  91.     Top = 137
  92.     Width = 77
  93.     Height = 26
  94.     TabOrder = 5
  95.     Kind = bkOK
  96.   end
  97.   object BitBtn2: TBitBtn
  98.     Left = 90
  99.     Top = 136
  100.     Width = 77
  101.     Height = 27
  102.     TabOrder = 6
  103.     Kind = bkCancel
  104.   end
  105.   object BitBtn3: TBitBtn
  106.     Left = 172
  107.     Top = 136
  108.     Width = 77
  109.     Height = 27
  110.     TabOrder = 7
  111.     OnClick = BitBtn3Click
  112.     Kind = bkHelp
  113.   end
  114. end
  115.